Fix or skip tests that assume the wrong endianness
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Mon, 21 Feb 2022 07:35:51 +0000 (07:35 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Mon, 21 Feb 2022 07:35:51 +0000 (07:35 +0000)
commit803439aa945332251b0dff7aa4591fa590919748
treec2c5b0b228d95c74c80e45d0896edb47e4121410
parent003aa1e3eaeb0844c07ea25e121da4928cb6d740
Fix or skip tests that assume the wrong endianness

This is a bug in the tests not pandas itself -
the expected values explicitly specify little-endian

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name tests_dont_assume_endian.patch
pandas/tests/arrays/boolean/test_astype.py
pandas/tests/arrays/boolean/test_construction.py
pandas/tests/arrays/floating/test_to_numpy.py
pandas/tests/arrays/integer/test_dtypes.py
pandas/tests/frame/methods/test_to_records.py
pandas/tests/io/parser/test_c_parser_only.py
pandas/tests/scalar/timedelta/test_arithmetic.py